Skip to content

Conversation

erwango
Copy link
Member

@erwango erwango commented Oct 1, 2025

It appears that stm32n6 based boards were not specifying ethernet support for twister and hence were not built/tested vs net susbsystem.
As a consequence they were not taken into account in recent refactoring (#96095) which led to build issues.

Add twister eth support on these boards and fix issues generated by refactoring.

Copy link
Contributor

@etienne-lms etienne-lms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should commit "boards: st: stm32n6 boards: Add netif:eth twister support" be placed last in this series, after the other fixes?

Phy modes declarations where not correctly placed for use with N6 series.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
Compilers may not like that attributes are provides in actual and extern
definitions of symbols.
Removing them from extern definitions

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
Rather than symbol coming from the HAL, use zephyr `__aligned()` macro.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
Twister netif:eth was missing on stm32n6 based board and hence they
were not build against net samples.
Fix this.

Additionally, on dk, fix `pwm` to respect alphabetical order.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
Copy link

sonarqubecloud bot commented Oct 1, 2025

@erwango erwango assigned maass-hamburg and unassigned erwango Oct 2, 2025
@jhedberg jhedberg merged commit c0c3fee into zephyrproject-rtos:main Oct 3, 2025
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants